Learn to avoid problems common in concurrent programming 如何避免當(dāng)前編程中最常見的問題
This month , brian goetz shows you how many concurrent programs will benefit from simply replacing ,將有多少并發(fā)程序獲益。您可以在本文的
Now , however , concurrent programming is common practice , and you need to be aware of the pitfalls 不過,現(xiàn)在,并發(fā)編程已普遍使用,您需要意識(shí)到這個(gè)缺陷。
This article describes some potential problems due to non - reentrancy of the function in parallel and concurrent programming 本文描述了在并行和并發(fā)程序設(shè)計(jì)中函數(shù)的不可重入性導(dǎo)致的一些潛在問題。
The end result is that if you use the concurrent programming features of the java programming language , then you need to document them thoroughly 最終結(jié)果是,如果使用java編程語言的并發(fā)編程特性,則需要徹底地對(duì)它們編制文檔。
Jiangjun tang ( computer software and theory ) directed by huimin lin a method for selecting test synchronization sequences for concurrent programs is presented 本文提出一種基于帶賦值符號(hào)遷移系統(tǒng)stga選取測(cè)試同步序列的方法。
3 pnueli a . a temporal logic of concurrent programs . theoretical computer science , 1981 , 13 : 45 - 60 . 4 mcmillan k l . symbolic model checking 符號(hào)化的模型檢測(cè)技術(shù)利用二叉圖binary decision diagram表示狀態(tài)轉(zhuǎn)換關(guān)系,降低了系統(tǒng)模型所需的內(nèi)存空間。
Concurrent programming in java by doug lea addison - wesley , 1999 is a masterful book on the subtle issues surrounding multithreaded java programming . synchronization and the java memory model ( addison - wesley , 1999年) ,是一本圍繞用java編寫多線程程序的微妙問題進(jìn)行討論的專業(yè)書籍。
Save your code from meltdown using powerpc atomic instructions developerworks , november 2004 ; it describes techniques for safe concurrent programming in powerpc assembly language ( developerworks , 2004年11月)中的深入介紹;它描述了使用powerpc匯編語言進(jìn)行安全并發(fā)程序設(shè)計(jì)的技術(shù)。
These changes greatly strengthen the utility of immutable objects in concurrent programs ; immutable objects finally become inherently thread - safe as they were intended to be all along , even if a data race is used to pass references to the immutable object between threads 這些改變極大地加強(qiáng)了并發(fā)程序中不變對(duì)象的效用,不變對(duì)象最終成為固有的線程安全(就像它們所要成為的那樣) ,即使使用數(shù)據(jù)爭用在線程之間將引用傳遞給不變對(duì)象。